home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 45
/
Vol 45.iso
/
games
/
escape.swf
/
scripts
/
frame_6
/
PlaceObject2_246_45
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-23
|
258 b
|
15 lines
onClipEvent(enterFrame){
_alpha = 100;
if(_global.gauge_b > 0)
{
hp -= _global.gauge_b;
_global.gauge_b = 0;
this._width = hp;
}
_global.hitpoint = hp;
if(hp < 0)
{
_root.gotoAndPlay("over");
}
}